Class UserTypeReader<T>
Assembly: Revolt.Net.Commands.dll​
View Source​
Declaration
public class UserTypeReader<T> : TypeReader where T : User
Methods​
ReadAsync(ICommandContext, String, IServiceProvider)​
View Source​
Declaration
public override async Task<TypeReaderResult> ReadAsync(ICommandContext context, string input, IServiceProvider services)
Returns​
Task<Revolt.Commands.Results.TypeReaderResult>
Parameters​
| Type | Name |
|---|---|
| Revolt.Commands.ICommandContext | context |
System.String | input |
IServiceProvider | services |